From: Stefan Monnier Date: Sun, 30 Aug 2009 14:18:59 +0000 (+0000) Subject: (cl-macro-environment): Don't define it here. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10771 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=aab3fc7a559472e7a33d86a43d194846b82de9f0;p=emacs.git (cl-macro-environment): Don't define it here. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b04653de7c0..d85a0433fd8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-08-30 Stefan Monnier + * emacs-lisp/cl.el (cl-macro-environment): Don't define it here. + * emacs-lisp/checkdoc.el (checkdoc-force-history-flag): Change default, since most of our files don't have a history. (checkdoc-display-status-buffer): Don't use a hidden buffer to show to diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index beed29678d4..2045a05a97a 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el @@ -246,7 +246,7 @@ one value." ;;; Macros. -(defvar cl-macro-environment nil) +(defvar cl-macro-environment) (defvar cl-old-macroexpand (prog1 (symbol-function 'macroexpand) (defalias 'macroexpand 'cl-macroexpand)))